.header-box {
    width: 100%;
    background: #fff;
}

.log-box {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}

.log {
    position: relative;
    height: 97px;
}

.log img {
    height: 53px;
    max-width: 600px;
    margin-top: 22px;
}

.log .search-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
    height: 43px;
    margin-top: 27px;
    border: 1px solid #47a0e0;
    border-radius: 43px;
    overflow: hidden;
    background: url("../images/search_icon.png") no-repeat 259px 9px;
}

.log .search-box .line {
    display: block;
    position: absolute;
    top: 9px;
    right: 59px;
    width: 1px;
    height: 26px;
    background-color: #d2d2d2;
}

.log .search-box input {
    position: absolute;
    width: 215px;
    top: 0;
    left: 0;
    line-height: 43px;
    height: 100%;
    padding-left: 17px;
}

.nav-box {
    height: 55px;
    line-height: 55px;
}

.nav-box .li {
    position: relative;
    margin-right: 45px;
    font-size: 18px;
    color: #666666;
    display: inline-block;
}

.nav-box .li h3 a {
    color: #666666;
    font-weight: normal;
    font-size: 20px;
}

.nav-box .li h3 a:hover {
    color: #0880d5;
    font-weight: 700;
}

.nav-box .li h3 a.nav_on {
    color: #0880d5;
    font-weight: 700;
}

.nav-box .li i {
    position: absolute;
    top: 26px;
    right: -26.5px;
    width: 3px;
    height: 3px;
    background-color: #b7b7b7;
}

.nav-box .li:last-child {
    margin-right: 0;
}

.nav-box .li:last-child i {
    display: none;
}

.nav-box .li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 132px;
    background-color: #fff;
    text-align: center;
    margin-left: -66px;
    display: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
}

.nav-box .li .sub a {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    display: block;
    margin: 20px 0;
}

.nav-box .li .sub a:hover {
    color: #0880d5;
}

.banner-box {
    width: 100%;
    position: relative;
}

.banner-box img.banner {
    width: 100%;
    display: block;
}

.banner-box .ban_tit {
    position: absolute;
    width: 290px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -130px;
    background: url('../images/round.png') no-repeat;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.banner-box .ban_tit h6 {
    font-size: 40px;
    margin-top: 80px;
}

.banner-box .ban_tit p {
    text-transform: uppercase;
}

.banner-box .ban_tit img {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: 24px;
    animation: jump 1.5s ease infinite;
}

@keyframes jump {
    0% {
        bottom: 24px;
        opacity: 1;
    }

    30% {
        bottom: -24px;
        opacity: 0;
    }

    100% {
        bottom: 24px;
        opacity: 1;
    }
}

.news-content-box {
    width: 1231px;
    margin: 69px auto 48px auto;
}

.news-content-box .news-bt {
    width: 100%;
}

.news-content-box .news-bt h1 {
    text-align: center;
    font-size: 32px;
    color: #232323;
}

.news-content-box .news-bt p {
    text-align: center;
    font-size: 20px;
    color: #bbbbbb;
    text-transform: uppercase;
}

.news-content-box .news-content {
    width: 100%;
    margin-top: 34px;
}

.news-content-box .news-content .news-content-left {
    width: 394px;
}

.news-content-box .news-content .news-content-left img {
    width: 100%;
    max-height: 243px;
}

.news-content-box .news-content .news-content-left h1 {
    font-size: 18px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content-box .news-content .news-content-left p {
    font-size: 16px;
    color: #666666;
}

.news-content-box .news-content .news-content-right {
    width: 809px;
}

.news-content-box .news-content .news-content-right .news-content-right-hd ul {
    width: 100%;
}

.news-content-box .news-content .news-content-right .news-content-right-hd ul li {
    float: left;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-top: 1px solid #dedddd;
    border-right: 1px solid #dedddd;
}

.news-content-box .news-content .news-content-right .news-content-right-hd ul li:first-child {
    border-left: 1px solid #dedddd;
}

.news-content-box .news-content .news-content-right .news-content-right-hd ul .news_on {
    background: url("../images/index_news_on.jpg") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.news-content-box .news-content .news-content-right .news-content-right-bd {
    width: 100%;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul {
    position: relative;
    width: 100%;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul .more {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    text-transform: uppercase;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul .more:hover {
    color: #2d8ad8;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li {
    width: 100%;
    border-top: 1px solid #dedddd;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    padding-top: 18px;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a:hover .news-text h1 {
    color: #2d8ad8;
    padding-left: 17px;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a:hover .news-text h1:before {
    width: 15px;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-time {
    float: left;
    width: 97px;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-time h1 {
    font-size: 32px;
    line-height: 40px;
    color: #2d8ad8;
    text-align: center;
    font-weight: 400;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-time P {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    text-align: center;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-text {
    float: left;
    width: 626px;
    padding-top: 2px;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-text h1 {
    position: relative;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9 */
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-text h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: -1px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9 */
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
    background-color: #2d8ad8;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-text p {
    font-size: 16px;
    color: #666666;
}

.news-content-box .news-content .news-content-right .news-content-right-bd ul li a .news-go {
    position: absolute;
    top: 38px;
    right: 0;
    width: 26px;
    height: 26px;
    background: url("../images/news_youjiantou.png") no-repeat;
    background-size: 100% 100%;
}

.core-technology-box {
    width: 100%;
    background: #f8f8f8 url("../images/jshx_back.jpg") no-repeat;
    background-size: 100%;
    padding-bottom: 59px;
}

.core-technology-box .core-technology {
    width: 1231px;
    margin: 0 auto;
}

.core-technology-box .core-technology .core-technology-bt {
    padding: 93px 0;
}

.core-technology-box .core-technology .core-technology-bt h1 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.core-technology-box .core-technology .core-technology-bt p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.core-technology-box .core-technology .technology-box {
    width: 100%;
    background-color: #ffffff;
}

.core-technology-box .core-technology .technology-box ul {
    width: 1140px;
    margin: 0 auto 0;
    padding-top: 53px;
    padding-bottom: 53px;
}

.core-technology-box .core-technology .technology-box ul li {
    position: relative;
    float: left;
    width: 380px;
    height: 247px;
}

.core-technology-box .core-technology .technology-box ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9 */
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.core-technology-box .core-technology .technology-box ul li .line-you {
    position: absolute;
    top: 13px;
    left: 0;
    width: 44px;
    height: 7px;
    background: url("../images/js_you_icon.png") no-repeat;
    background-size: 100% 100%;
}

.core-technology-box .core-technology .technology-box ul li .line-zuo {
    position: absolute;
    top: 38px;
    right: 0;
    width: 44px;
    height: 7px;
    background: url("../images/js_zuo_icon.png") no-repeat;
    background-size: 100% 100%;
}

.core-technology-box .core-technology .technology-box ul li .line-xia {
    position: absolute;
    top: 0;
    left: 38px;
    width: 7px;
    height: 42px;
    background: url("../images/js_xia_icon.png") no-repeat;
    background-size: 100% 100%;
}

.core-technology-box .core-technology .technology-box ul .odd {
    overflow: hidden;
}

.core-technology-box .core-technology .technology-box ul .odd:hover {
    width: 376px;
    height: 243px;
    border: 2px solid #0168b7;
}

.core-technology-box .core-technology .technology-box ul .odd:hover img {
    transform: scale(1.1);
}

.core-technology-box .core-technology .technology-box ul .even {
    cursor: pointer;
}

.core-technology-box .core-technology .technology-box ul .even:hover h1 {
    color: #0168b7;
}

.core-technology-box .core-technology .technology-box ul .even:hover p {
    color: #0168b7;
}

.core-technology-box .core-technology .technology-box ul .even:hover a {
    color: #ffffff;
}

.core-technology-box .core-technology .technology-box ul .even:hover a i {
    width: 102%;
}

.core-technology-box .core-technology .technology-box ul .even h1 {
    font-size: 24px;
    color: #333333;
    margin-left: 58px;
    margin-right: 58px;
}

.core-technology-box .core-technology .technology-box ul .even p {
    font-size: 16px;
    color: #666666;
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.core-technology-box .core-technology .technology-box ul .even a.btn {
    position: relative;
    display: block;
    width: 103px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #666666;
    margin-left: 26px;
    margin-top: 20px;
    overflow: hidden;
}

.core-technology-box .core-technology .technology-box ul .even a span {
    position: relative;
    z-index: 99;
}

.core-technology-box .core-technology .technology-box ul .even a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    background: url("../images/index_news_on.jpg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9 */
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.core-technology-box .core-technology .technology-box ul .right h1 {
    margin-top: 22px;
    text-align: right;
}

.core-technology-box .core-technology .technology-box ul .zuo h1 {
    margin-top: 22px;
}

.index-case {
    padding-top: 65px;
    margin-bottom: 73px;
}

.index-case .index-case-bt {
    width: 100%;
}

.index-case .index-case-bt h1 {
    font-size: 32px;
    color: #232323;
    text-align: center;
}

.index-case .index-case-bt p {
    font-size: 20px;
    color: #bbbbbb;
    text-align: center;
    text-transform: uppercase;
}

.index-case .index-case-box {
    position: relative;
    margin-top: 32px;
}

.index-case .index-case-box .prev {
    position: absolute;
    top: 172px;
    left: -65px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url("../images/index_al_left.png") no-repeat;
    background-size: 100% 100%;
}

.index-case .index-case-box .prev:hover {
    background: url("../images/index_al_left_on.png") no-repeat;
}

.index-case .index-case-box .next {
    position: absolute;
    top: 172px;
    right: -65px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url("../images/index_al_right.png") no-repeat;
    background-size: 100% 100%;
}

.index-case .index-case-box .next:hover {
    background: url("../images/index_al_right_on.png") no-repeat;
}

.index-case .index-case-box .index-case-bd {
    width: 100%;
    overflow: hidden;
}

.index-case .index-case-box .index-case-bd ul {
    width: 100%;
}

.index-case .index-case-box .index-case-bd ul li {
    position: relative;
    float: left;
    width: 387px;
    height: 430px;
    margin-right: 20px;
    margin-top: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 1px #cccccc;
}

.index-case .index-case-box .index-case-bd ul li:hover .index-case-bd-top {
    background-color: #0880d5;
}

.index-case .index-case-box .index-case-bd ul li:hover .index-case-bd-top h1 {
    color: #ffffff;
}

.index-case .index-case-box .index-case-bd ul li:hover .index-case-bd-top i {
    background-color: #ffffff;
}

.index-case .index-case-box .index-case-bd ul li:hover .index-case-bd-top p {
    color: #ffffff;
}

.index-case .index-case-box .index-case-bd ul li:hover .kuang {
    display: block;
}

.index-case .index-case-box .index-case-bd ul li:hover .al-more {
    right: 34px;
}

.index-case .index-case-box .index-case-bd ul li .kuang {
    position: absolute;
    display: none;
    top: 12px;
    left: 13px;
    width: 359px;
    height: 401px;
    border: 1px solid #ffffff;
}

.index-case .index-case-box .index-case-bd ul li .al-more {
    position: absolute;
    top: 164px;
    right: -60px;
    width: 60px;
    height: 51px;
    background: url("../images/index_al_a.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9 */
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-top {
    width: 100%;
    height: 190px;
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-top h1 {
    font-size: 20px;
    color: #333333;
    padding-top: 44px;
    margin: 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-top i {
    display: block;
    width: 36px;
    height: 1px;
    background-color: #666666;
    margin: 20px 30px;
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-top p {
    font-size: 16px;
    color: #666666;
    margin: 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-bottom {
    width: 100%;
    height: 240px;
}

.index-case .index-case-box .index-case-bd ul li .index-case-bd-bottom img {
    width: 100%;
    height: 100%;
}

.foot {
    width: 100%;
    background-color: #f6f6f6;
}

.foot .foot-top {
    padding-top: 55px;
    padding-bottom: 49px;
}

.foot .foot-top .foot-lx {
    float: left;
    position: relative;
    width: 384px;
}

.foot .foot-top .foot-lx .log-text {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.foot .foot-top .foot-lx h1 {
    font-size: 24px;
    color: #666666;
    margin-top: 38px;
    margin-bottom: 15px;
    padding-left: 43px;
    background: url("../images/bottom_tel.png") no-repeat 0 center;
}

.foot .foot-top .foot-lx .address {
    font-size: 14px;
    color: #666666;
}

.foot .foot-top .foot-lx .line-lx {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 212px;
    background-color: #e3e3e3;
}

.foot .foot-top .foot-lj-map {
    position: relative;
    width: 552px;
    float: left;
}

.foot .foot-top .foot-lj-map .item-lj {
    width: 380px;
    margin: 0 auto 34px;
}

.foot .foot-top .foot-lj-map .item-lj h1 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.foot .foot-top .foot-lj-map .item-lj h1 i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background-color: #0880d5;
}

.foot .foot-top .foot-lj-map .item-lj div a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-right: 37px;
}

.foot .foot-top .foot-lj-map .item-lj div a:hover {
    color: #0880d5;
}

.foot .foot-top .foot-lj-map .item-map {
    width: 380px;
    margin: 0 auto 0;
}

.foot .foot-top .foot-lj-map .item-map h1 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.foot .foot-top .foot-lj-map .item-map h1 i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background-color: #0880d5;
}

.foot .foot-top .foot-lj-map .item-map div a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-right: 88px;
}

.foot .foot-top .foot-lj-map .item-map div a:hover {
    color: #0880d5;
}

.foot .foot-top .foot-lj-map .item-map div .three {
    margin-right: 0;
}

.foot .foot-top .foot-lj-map .item-map .line-lx {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 212px;
    background-color: #e3e3e3;
}

.foot .foot-top .foot-ewm {
    float: right;
    width: 184px;
}

.foot .foot-top .foot-ewm .ewm-box {
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.foot .foot-top .foot-ewm .ewm-box img {
    width: 100%;
}

.foot .foot-top .foot-ewm p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.foot .foot-bottom {
    width: 100%;
    padding: 20px 0;
    background-color: #0880d5;
}

.foot .foot-bottom p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.foot .foot-bottom p a {
    font-size: 16px;
    color: #ffffff;
}

.gsjj .gsjj_title {
    margin-top: 80px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.gsjj .gsjj_title h6 {
    font-size: 30px;
    color: #333;
}

.gsjj .gsjj_title .line {
    width: 16px;
    height: 2px;
    background: #0880d5;
    margin-top: 20px;
}

.gsjj .jj_item01 {
    color: #666;
    padding: 40px 0 60px;
}

.gsjj .jj_item01 p {
    font-size: 16px;
    line-height: 32px;
}

.gsjj .jj_item01 .lt {
    width: 746px;
}

.gsjj .jj_item01 .lt .counts {
    margin: 36px 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
}

.gsjj .jj_item01 .lt .counts .li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 14px;
}

.gsjj .jj_item01 .lt .counts .li h5 {
    font-size: 16px;
    font-weight: normal;
}

.gsjj .jj_item01 .lt .counts .li h6 {
    font-size: 40px;
    color: #29a13b;
    background-image: -webkit-linear-gradient(bottom right, #0880d5, #29a13b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
    margin-bottom: 8px;
}

.gsjj .jj_item01 .lt .counts .li em {
    display: block;
    width: 15px;
    height: 3px;
    background: linear-gradient(to right bottom, #29a13b, #0880d5);
    margin: 3px auto 20px;
}

.gsjj .jj_item01 .rt {
    width: 382px;
    margin-top: 5px;
}

.tabbar {
    border-bottom: 1px solid #d7d6d6;
}

.tabbar a {
    font-size: 16px;
    color: #333;
    line-height: 70px;
    padding: 0 28px;
    display: inline-block;
}

.tabbar a.on {
    background-color: #0880d5;
    color: #fff;
}

.tabbar02 {
    margin-top: 35px;
}

.tabbar02 a {
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    padding: 0 28px;
    display: inline-block;
    background-color: #a5a5a5;
    border-radius: 2px;
    margin-right: 14px;
}

.tabbar02 a.on {
    background-color: #0880d5;
}

.jj_item02 {
    background: url('../images/gsjj_08.jpg') center no-repeat;
    height: 100%;
}

.jj_item02 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.jj_item02 ul li {
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 0;
    width: 25%;
}

.jj_item02 ul li h6 {
    font-size: 28px;
    color: #29a13b;
    background-image: -webkit-linear-gradient(bottom right, #0880d5, #29a13b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
    /* margin-top: 24px; */
}

.jj_item02 ul li:last-child {
    margin-right: 0;
}

.jj_item02 ul li.last {
    margin-right: 0;
}

.jj_item03 {
    padding: 40px 0 80px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 34px;
    text-align: justify;
}

.zzjg_img {
    padding: 60px 0 80px;
}

.zzjg_img .zzjg_img {
    width: 100%;
}

.qywh {
    padding: 72px 0 66px;
    background: url('../images/bg01.jpg') center bottom 100px no-repeat;
}

.qywh ul {
    width: 1220px;
}

.qywh ul li {
    width: 590px;
    height: 260px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.qywh ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.qywh ul li .last {
    margin-right: 0;
}

.qywh ul li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.qywh ul li .text h6 {
    font-size: 38px;
    margin-top: 26px;
}

.qywh ul li .text p {
    margin-top: 60px;
}

.ywly {
    padding-bottom: 10px;
}

.ywly ul li {
    overflow: hidden;
}

.ywly ul li .text {
    font-size: 18px;
    color: #666;
    width: 50%;
    float: left;
    line-height: 28px;
}

.ywly ul li .text .detail {
    width: 520px;
    padding-right: 80px;
    float: right;
}

.ywly ul li .text .detail.rt {
    padding-right: 0;
    padding-left: 80px;
    float: left;
}

.ywly ul li .text h6 {
    font-size: 24px;
    color: #0880d5;
    margin-bottom: 30px;
    margin-top: 80px;
}

.ywly ul li .imgbox {
    width: 50%;
    padding-bottom: 23%;
    position: relative;
    float: left;
    overflow: hidden;
}

.ywly ul li .imgbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
}

.ywly ul li .imgbox img:hover {
    transform: scale(1.1);
}

.zzry {
    padding: 64px 0 40px;
}

.zzry ul.honor_list {
    overflow: hidden;
    width: 1256px;
}

.zzry ul.honor_list li {
    float: left;
    width: 382px;
    margin-right: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.zzry ul.honor_list li p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.zzry ul.honor_list li:hover p {
    color: #0880d5;
}

.zzry ul.honor_list li .imgbox {
    border: 1px solid #e1e1e1;
}

.zzry ul.honor_list li .imgbox .borderbox {
    width: 367px;
    height: 257px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin: 6px;
}

.zzry ul.honor_list li .imgbox .borderbox img {
    width: 100%;
    height: 100%;
    transition: all 1.2s ease;
}

.zzry ul.honor_list li .imgbox .borderbox img:hover {
    transform: scale(1.1);
}

.page_div {
    margin: 40px auto;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #666;
    box-sizing: border-box;
    text-align: center;
}

.pager {
    display: inline-block;
}

.pager span {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    color: #666;
    background: #e9e9e9;
}

.pager a {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    color: #666;
    background: #e9e9e9;
}

.pager .pageindex {
    height: 35px;
}

.pager .current {
    background: #0093dd;
    color: #fff;
}

.xwdt {
    padding: 36px 0 40px;
}

.xwdt ul.newslist li {
    padding: 30px 0;
    border-bottom: 1px dashed #d0d0d0;
    overflow: hidden;
    position: relative;
}

.xwdt ul.newslist li .imgbox {
    width: 250px;
    height: 160px;
    overflow: hidden;
    float: left;
}

.xwdt ul.newslist li .imgbox img {
    width: 100%;
    height: 100%;
    transition: all 1.2s ease;
}

.xwdt ul.newslist li:hover .date h6 {
    color: #0880d5;
}

.xwdt ul.newslist li:hover .detail a.title {
    color: #0880d5;
}

.xwdt ul.newslist li:hover .todetail {
    background: url('../images/jiahao1.png') no-repeat;
}

.xwdt ul.newslist li:hover .imgbox img {
    transform: scale(1.1);
}

.xwdt ul.newslist li .date {
    float: left;
    margin-left: 50px;
    text-align: left;
    width: 140px;
}

.xwdt ul.newslist li .date h6 {
    font-size: 36px;
    font-weight: normal;
    color: #666;
    margin-top: 30px;
    line-height: 46px;
}

.xwdt ul.newslist li .date p {
    font-size: 16px;
    color: #666;
}

.xwdt ul.newslist li .detail {
    float: left;
    width: 728px;
}

.xwdt ul.newslist li .detail a.title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 34px;
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 650px;
}

.xwdt ul.newslist li .detail p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwdt ul.newslist li .todetail {
    position: absolute;
    width: 45px;
    height: 45px;
    background: url('../images/jiahao.png') no-repeat;
    right: 33px;
    top: 56px;
}

.xwxq {
    margin-top: 24px;
}

.xwxq .title {
    padding: 50px 20px 40px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #666;
}

.xwxq .title h6 {
    font-size: 26px;
    color: #333;
}

.xwxq .title p {
    margin-top: 10px;
    color: #999;
}

.xwxq .title p em {
    display: inline-block;
    margin: 0 16px;
}

.xwxq .detail {
    background-color: #fff;
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 58px 65px;
}

.xwxq .detail .textbox {
    text-align: justify;
    padding-bottom: 45px;
    border-bottom: 1px dashed #d0d0d0;
}

.xwxq .detail .textbox img {
    width: 810px;
    display: block;
    margin: 40px auto;
}

.xwxq .detail .neighbor {
    margin-top: 24px;
}

.xwxq .detail .neighbor a {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
}

.xwxq .detail .neighbor a:hover {
    color: #0880d5;
}

.djgz {
    padding: 50px 0 40px;
}

.djgz .slideBox {
    position: relative;
}

.djgz .slideBox .hd {
    position: absolute;
    left: 585px;
    bottom: 52px;
}

.djgz .slideBox .hd ul li {
    width: 10px;
    height: 10px;
    background-color: #cecbc8;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.djgz .slideBox .hd ul li.on {
    background-color: #0880d5;
}

.djgz .slideBox .bd ul li {
    overflow: hidden;
}

.djgz .slideBox .bd ul li .imgbox {
    float: left;
    width: 545px;
    height: 345px;
    overflow: hidden;
}

.djgz .slideBox .bd ul li .imgbox img {
    width: 100%;
    height: 100%;
    transition: all 1.5s ease;
}

.djgz .slideBox .bd ul li .imgbox img:hover {
    transform: scale(1.1);
}

.djgz .slideBox .bd ul li .info {
    width: 654px;
    float: right;
    height: 343px;
    border: 1px solid #eae9e9;
    border-left: 0;
    font-size: 16px;
    color: #666;
}

.djgz .slideBox .bd ul li .info .title {
    font-size: 20px;
    margin-top: 44px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 40px;
    font-weight: bold;
    color: #333;
}

.djgz .slideBox .bd ul li .info .title:hover {
    color: #0880d5;
}

.djgz .slideBox .bd ul li .info p {
    padding: 0 40px;
    line-height: 26px;
}

.djgz .slideBox .bd ul li .info p.date {
    margin: 10px 0 15px;
}

.djgz .slideBox .bd ul li .info p.desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.djgz ul.list {
    margin-top: 35px;
}

.djgz ul.list li {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    padding: 35px 0 45px;
    border-bottom: 1px dashed #cacaca;
    position: relative;
}

.djgz ul.list li:hover .date h6 {
    color: #0880d5;
    border: 3px solid #0880d5;
}

.djgz ul.list li:hover .date p {
    color: #0880d5;
}

.djgz ul.list li:hover .info .title {
    color: #0880d5;
}

.djgz ul.list li:hover .info p {
    color: #0880d5;
}

.djgz ul.list li .date {
    width: 95px;
    float: left;
}

.djgz ul.list li .date h6 {
    width: 54px;
    height: 54px;
    border: 3px solid #cecbc8;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
}

.djgz ul.list li .info {
    float: left;
    width: 1105px;
}

.djgz ul.list li .info .title {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 24px;
}

.djgz ul.list li .info p {
    line-height: 26px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.djgz ul.list li .info .todetail {
    color: #0880d5;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.hxjs {
    padding-bottom: 60px;
}

.hxjs .top {
    height: 500px;
    background: url('../images/bg02.jpg') center no-repeat;
    margin-bottom: 160px;
}

.hxjs .top .innerbox {
    position: relative;
    width: 1200px;
    height: 100%;
}

.hxjs .top .page_title {
    font-size: 18px;
    color: #999;
    text-align: right;
    position: absolute;
    top: 68px;
    right: 0;
}

.hxjs .top .page_title h6 {
    font-size: 30px;
    color: #333;
    line-height: 34px;
}

.hxjs .top .page_title p {
    font-style: italic;
    text-transform: uppercase;
}

.hxjs .top .icons {
    overflow: hidden;
    padding-top: 56px;
    height: 130px;
}

.hxjs .top .icons .li {
    float: left;
    text-align: center;
}

.hxjs .top .icons .li:hover .iconbox {
    background-color: #fff;
}

.hxjs .top .icons .li:hover p {
    font-weight: bold;
    margin-top: 10px;
}

.hxjs .top .icons .li .iconbox {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    display: block;
}

.hxjs .top .icons .li .iconbox img {
    width: 42px;
    height: 40px;
    margin-top: 20px;
    display: inline-block;
}

.hxjs .top .icons .li p {
    font-size: 16px;
    color: #333;
    margin-top: -8px;
    transition: all 0.5s ease;
}

.hxjs .top .icons .line {
    width: 120px;
    height: 1px;
    background: #a4b8c4;
    margin: 40px 12px 0;
    float: left;
}

.hxjs .top .info {
    font-size: 16px;
    color: #666;
    margin-top: 80px;
    line-height: 24px;
    width: 456px;
}

.hxjs .top .info h6 {
    font-size: 20px;
    color: #333;
}

.hxjs .top .info .en {
    text-transform: uppercase;
    color: #999;
    margin-bottom: 27px;
    margin-top: 8px;
}

.hxjs .top .bigpic {
    width: 693px;
    height: 429px;
    position: absolute;
    right: 0;
    bottom: -150px;
    border-radius: 4px;
    box-shadow: 0 3px 10px #ddd;
}

.hxjs .top .linebg {
    position: absolute;
    bottom: -148px;
    left: -10px;
}

.hxjs .textbox {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-top: 30px;
    text-align: justify;
}

.hxjs .textbox p {
    margin-bottom: 28px;
    text-indent: 65px;
}

.yjal {
    padding: 25px 0 40px;
}

.yjal ul.list {
    width: 1250px;
}

.yjal ul.list li {
    width: 384px;
    height: 418px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ececec;
    margin-right: 24px;
    margin-top: 30px;
    float: left;
}

.yjal ul.list li .imgbox {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}

.yjal ul.list li .imgbox img {
    width: 100%;
    display: block;
    height: 100%;
}

.yjal ul.list li:hover {
    box-shadow: 0px 5px 10px #e8e6e6;
}

.yjal ul.list li:hover .info {
    margin-top: -72px;
}

.yjal ul.list li:hover .info .title {
    color: #0880d5;
}

.yjal ul.list li .info {
    background-color: #fff;
    padding: 0 20px;
    height: 250px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.yjal ul.list li .info .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yjal ul.list li .info p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.yjal ul.list li .info .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 344px;
    padding: 18px 0;
    margin: 0 20px;
    border-top: 1px solid #0880d5;
    color: #0880d5;
    text-align: left;
}

.yjal ul.list li .info .more a {
    font-size: 16px;
    color: #0880d5;
}

.zljs {
    padding: 60px 0;
}

.zljs ul {
    position: relative;
    width: 680px;
}

.zljs ul li {
    border-bottom: 1px solid #e0dfdf;
    width: 567px;
    margin-top: 10px;
    height: 50px;
}

.zljs ul li .title {
    display: block;
    font-size: 16px;
    color: #333;
    width: 567px;
    height: 100%;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zljs ul li .imgbox {
    position: absolute;
    left: 100%;
    top: 0;
    width: 517px;
    height: 550px;
    border: 1px solid #e0dfdf;
}

.zljs ul li .imgbox img {
    width: 340px;
    height: 485px;
    display: block;
    margin: 33px auto 0;
    opacity: 0;
    transition: all 0.6s ease;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.zljs ul li.on {
    width: 680px;
    border-bottom: 1px solid #0880d5;
    text-align: right;
}

.zljs ul li.on .imgbox img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.zljs ul li.on .title {
    color: #0880d5;
    padding-right: 113px;
}

.zljs ul li.on .title::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #0880d5;
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
}

.zljs .page_change {
    margin-top: 40px;
}

.zljs .page_change a {
    width: 58px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #d4d4d4;
    transition: all 0.1s ease;
}

.zljs .page_change .prev {
    background: url('../images/left.png') center no-repeat;
}

.zljs .page_change .prev:hover {
    background: url('../images/left_on.png') center no-repeat;
    background-color: #0880d5;
    border: 1px solid #0880d5;
}

.zljs .page_change .next {
    background: url('../images/right.png') center no-repeat;
}

.zljs .page_change .next:hover {
    background: url('../images/right_on.png') center no-repeat;
    background-color: #0880d5;
    border: 1px solid #0880d5;
}

.fzcp {
    padding: 56px 0 96px;
}

.fzcp .fz_item01 .imgs {
    width: 465px;
    height: 465px;
    padding-left: 14px;
    padding-top: 13px;
    box-shadow: 0 0 15px #ddd;
}

.fzcp .fz_item01 .imgs .imgbox {
    width: 221px;
    height: 221px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.fzcp .fz_item01 .imgs .imgbox img {
    width: 100%;
    height: 100%;
}

.fzcp .fz_item01 .rt {
    width: 666px;
}

.fzcp .fz_item01 .rt h6 {
    font-size: 20px;
    color: #0880d5;
    padding-bottom: 14px;
    border-bottom: 2px solid #0880d5;
    display: inline-block;
    margin-top: 10px;
}

.fzcp .fz_item01 .rt p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    text-align: justify;
}

.fzcp .fz_item02 {
    margin-top: 60px;
}

.fzcp .fz_item02 .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #666;
    text-align: justify;
}

.fzcp .fz_item03 {
    margin-top: 50px;
}

.fzcp .fz_item03 ul {
    width: 1260px;
    margin-top: 28px;
}

.fzcp .fz_item03 ul li {
    float: left;
    margin-right: 56px;
}

.fzcp .fz_item03 ul li .title {
    font-size: 16px;
    color: #666;
}

.fzcp .fz_item03 ul li .title em {
    font-size: 18px;
    font-weight: bold;
}

.fzcp .fz_item03 ul li .imgs {
    margin-top: 16px;
    width: 348px;
    height: 348px;
    padding-left: 8px;
    padding-top: 8px;
    box-shadow: 0 0 15px #999;
}

.fzcp .fz_item03 ul li .imgs .imgbox {
    width: 168px;
    height: 168px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fzcp .fz_item03 ul li .imgs .imgbox img {
    width: 100%;
    height: 100%;
}

.fz_title {
    position: relative;
    overflow: hidden;
}

.fz_title .line {
    width: 100%;
    height: 1px;
    background: #0880d5;
    position: absolute;
    left: 0;
    top: 24px;
}

.fz_title p {
    font-size: 24px;
    float: left;
    padding: 0 22px;
    line-height: 48px;
    background: #0880d5;
    color: #fff;
    position: relative;
    z-index: 1;
}

.zbcg {
    padding: 40px 0 50px;
}

.zbcg .list {
    margin-bottom: 10px;
}

.zbcg .list li {
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px dashed #ddd;
}

.zbcg .list li .title {
    float: left;
    font-size: 20px;
    color: #333;
    width: 930px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 25px;
}

.zbcg .list li .title::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.zbcg .list li .date {
    float: left;
    font-size: 18px;
    color: #666;
}

.zbcg .list li .arr {
    float: right;
    width: 30px;
    height: 30px;
    background: url('../images/arr01.png') no-repeat;
    border-radius: 50%;
    margin-left: 36px;
}

.zbcg .list li:hover .title {
    color: #0880d5;
}

.zbcg .list li:hover .title::before {
    background: #0880d5;
}

.zbcg .list li:hover .date {
    color: #0880d5;
}

.zbcg .list li:hover .arr {
    background: url('../images/arr01_on.png') no-repeat;
}

.rlzy {
    padding: 60px 0 90px;
}

.rlzy .tb_tit {
    padding-left: 16px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}

.rlzy .tb_tit em {
    color: #0880d5;
}

.rlzy .table {
    margin-top: 16px;
}

.rlzy .table .row {
    color: #fff;
    overflow: hidden;
}

.rlzy .table .row.th {
    background-color: #0880d5;
}

.rlzy .table .row.th .td {
    font-size: 18px;
    color: #fff;
}

.rlzy .table .row .hd {
    border-bottom: 1px solid #ddd;
}

.rlzy .table .row .td {
    float: left;
    font-size: 16px;
    line-height: 62px;
    color: #666;
    text-indent: 16px;
}

.rlzy .table .row .td.job p {
    float: left;
}

.rlzy .table .row .detail {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 28px 16px 46px;
    display: none;
}

.rlzy .table .row.on .hd {
    background: #f5f5f5;
}

.rlzy .table .row.on .td.job p {
    padding-right: 30px;
    background: url('../images/up.png') right center no-repeat;
}

.lxwm {
    padding: 43px 0 75px;
}

.lxwm .map {
    width: 100%;
    height: 600px;
}

.lxwm .contact {
    padding-top: 15px;
}

.lxwm .contact .lt h6 {
    font-size: 16px;
    color: #0880d5;
    margin-top: 20px;
    margin-bottom: 6px;
}

.lxwm .contact .lt p {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
}

.lxwm .contact .lt p img {
    float: left;
    margin-right: 12px;
}

.lxwm .contact .formbox h6 {
    font-size: 16px;
    color: #0880d5;
    margin-top: 20px;
}

.lxwm .contact .formbox .inputbox {
    overflow: hidden;
    margin-top: 24px;
}

.lxwm .contact .formbox .inputbox span {
    float: left;
    width: 80px;
    margin-right: 10px;
    padding-left: 18px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

.lxwm .contact .formbox .inputbox input {
    width: 468px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
}

.lxwm .contact .formbox .inputbox textarea {
    width: 468px;
    height: 114px;
    padding: 12px;
    border: 1px solid #e1e1e1;
    font-size: 14px !important;
    color: #666;
    outline: none;
    font-family: 'Microsoft Yahei';
}

.lxwm .contact .formbox .inputbox.must span {
    background: url('../images/star.png') left center no-repeat;
}

.lxwm .contact .formbox .btn {
    width: 113px;
    height: 37px;
    font-size: 14px;
    color: #fff;
    background: #292824;
    float: right;
    margin-top: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lxwm .contact .formbox .btn.on {
    background: #0880d5;
    color: #fff;
}

.pager .pagination {
    display: inline-block;
}

.pager .pagination li {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    color: #666;
    background: #e9e9e9;
}

.pager .pagination li a {
    margin-right: 0;
    padding: 0 12px;
}

.pager .pagination li span {
    margin-right: 0;
    padding: 0;
    background: #0093dd;
    color: #fff;
    padding: 0 12px;
}

.pager .pagination li.disabled span {
    color: #666;
    background: #e9e9e9;
}

.pager a {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    color: #666;
    background: #e9e9e9;
}

.pager .pageindex {
    height: 35px;
}

.pager .current {
    background: #0093dd;
    color: #fff;
}